EMT Practice Test
1. Question Content...
Question1: Which option cannot be used to keep secrets out of Terraform configuration files?
Question3: You cannot install third party plugins using terraform init.
Question4: _______backends support state locking.
Question6: Which of the following is not a valid Terraform variable type?
Question8: Where can Terraform not load a provider from?
Question14: You must use different Terraform commands depending on the cloud provider you use.
Question16: What does state looking accomplish?
Question17: What does this code do?
Question18: Which of these commands makes your code more human readable?
Question25: Which backend does the Terraform CU use by default?
Question27: Which of the following should you put into the required_providers block?
Question32: You much initialize your working directory before running terraform validate.
Question35: When you use a remote backend that needs authentication, HashiCorp recommends that you:
Question36: What does the default "local" Terraform backend store?
Question37: Terraform variable names are saved in the state file.
Question38: Select the command that doesn't cause Terraform to refresh its state.
Question40: Terraform providers are part of the Terraform core binary.
Question41: You can reference a resource created with for_each using a Splat ( *) expression.
Question43: The public Terraform Module Registry is free to use.
Question45: One remote backend configuration always maps to a single remote workspace.
Question52: When do changes invoked by terraform apply take effect?
Question53: Which of these statements about Terraform Cloud workspaces is false?
Question54: How does Terraform manage most dependencies between resources?
Question56: Which task does terraform init not perform?
Question57: Which of the following is not a key principle of infrastructure as code?